-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Revert "Optimize GetASN()" #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
KiseCrow6672
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
rybak2391-eng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maciej rubak
|
Mmmm |
1 similar comment
|
Mmmm |
wyattwoodberry34-star
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
|
I’m here
…On Mon, Jan 12, 2026 at 12:57 AM leokhanhduy173-web < ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#499 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B4SEDN5T72LKQGGOGX237CL4GLPNJAVCNFSM6AAAAACPQCGXXGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMNBYHAZDGOJXGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: <trimstray/the-book-of-secret-knowledge/pull/499/review/3648823975@
github.com>
|
|
Okay so you need support
…On Mon, Jan 12, 2026 at 1:22 AM leokhanhduy173-web ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#499 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B4SEDN6HZSWROQ43TSZGQP34GLSM3AVCNFSM6AAAAACPQCGXXGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMNBYHA3TGMRYHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: <trimstray/the-book-of-secret-knowledge/pull/499/review/3648873289@
github.com>
|
harmonseam-max
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| local _timeout="15" | ||
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/line/${_ip}?fields=as") | ||
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/json/${_ip}" | \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ekdkdk Free Fire ksjnajj
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/line/${_ip}?fields=as") | ||
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/json/${_ip}" | \ | ||
| python -c 'import sys, json; print json.load(sys.stdin)["as"]' 2>/dev/null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| local _curl_base="curl --request GET" | ||
| local _timeout="15" | ||
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/line/${_ip}?fields=as") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| local _curl_base="curl --request GET" | ||
| local _timeout="15" | ||
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/line/${_ip}?fields=as") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| local _ip="$1" | ||
| local _curl_base="curl --request GET" | ||
| local _timeout="15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/json/${_ip}" | \ | ||
| python -c 'import sys, json; print json.load(sys.stdin)["as"]' 2>/dev/null) | ||
| _state=$(echo $?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverts #157